The PentaPartCir DAO interface. More...
Public Member Functions | |
| abstract void | addPentaPartCir (PentaPartCir pentaPartCir) |
| abstract void | deletePentaPartCir (Class clazz, Serializable serializable) |
| Delete method. More... | |
| abstract List | getNextPart (String[] userCir, double value) |
| Get next part based on analysis of current part sequence. More... | |
| abstract List | getNextPart (String[] userCir, String type, double value) |
| Get next part based on analysis of current part sequence and part type. More... | |
| abstract boolean | isTrue (String[] usreCir, double value) |
| Check method. More... | |
The PentaPartCir DAO interface.
|
pure virtual |
|
pure virtual |
Delete method.
| clazz | |
| serializable |
Implemented in com.sanmixy.daoImpl.PentaPartCirDaoImpl.
|
pure virtual |
Get next part based on analysis of current part sequence.
| userCir | |
| value |
Implemented in com.sanmixy.daoImpl.PentaPartCirDaoImpl.
|
pure virtual |
Get next part based on analysis of current part sequence and part type.
| userCir | |
| type | |
| value |
Implemented in com.sanmixy.daoImpl.PentaPartCirDaoImpl.
|
pure virtual |
Check method.
| usreCir | |
| value |
Implemented in com.sanmixy.daoImpl.PentaPartCirDaoImpl.
1.8.4